Skip to content

Print errors from podman start #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2025
Merged

Conversation

ntrrgc
Copy link
Member

@ntrrgc ntrrgc commented May 6, 2025

podman start gives reasonably good error messages, but they're currently being lost as the command is run silently.

This patch adds a new function to run commands silently but storing their stderr output to report it in case of an error.

As a drive-by fix, this patch also fixes some quoting issues in wkdev-create.

Fixes #35

podman start gives reasonably good error messages, but they're currently
being lost as the command is run silently.

This patch adds a new function to run commands silently but storing
their stderr output to report it in case of an error.

As a drive-by fix, this patch also fixes some quoting issues in
wkdev-create.

Fixes Igalia#35
@TingPing TingPing merged commit 03cedfa into Igalia:main May 6, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wkdev-create ignores and hides any "podman start" errors
2 participants